|
FEXP Solver
1.0.0.0
|
#include "FEXPSerializeDataTables.h"
Macros | |
| #define | INP_TABLE_BASE_CLS ICFEXPSerialDataTableBase |
| #define | DATA_TO_SET_LAMBDA_BODY(statm_lambda) [this](const std::string & txt) statm_lambda |
| #define | AFTER_ROW_R_LAMBDA_BODY(statm_lambda) [this] statm_lambda |
| #define | DES_TXT_TO_FLOAT(txt) CFEXPBaseConvers::StringToNumber<t_fexpcommon_ct>(txt) |
| #define | DES_TXT_TO_TSIZE(txt) CFEXPBaseConvers::StringToNumber<size_t> (txt); |
| #define | ERROR_WRONG_COL_COUNT "@Error: Input table has wrong number of columns: \"" |
| #define | ERROR_WRONG_COL_RUNTIME "Error: Table does not contain col. def: \"" |
| #define | TABLE_WRONG_COL "Error: Table does not contain col. def: \"" |
| #define | TABLE_WRONG_DTT "Error: Wrong data type for col. def.: \"" |
| #define AFTER_ROW_R_LAMBDA_BODY | ( | statm_lambda | ) | [this] statm_lambda |
| #define DATA_TO_SET_LAMBDA_BODY | ( | statm_lambda | ) | [this](const std::string & txt) statm_lambda |
| #define DES_TXT_TO_FLOAT | ( | txt | ) | CFEXPBaseConvers::StringToNumber<t_fexpcommon_ct>(txt) |
| #define DES_TXT_TO_TSIZE | ( | txt | ) | CFEXPBaseConvers::StringToNumber<size_t> (txt); |
| #define ERROR_WRONG_COL_COUNT "@Error: Input table has wrong number of columns: \"" |
| #define ERROR_WRONG_COL_RUNTIME "Error: Table does not contain col. def: \"" |
| #define INP_TABLE_BASE_CLS ICFEXPSerialDataTableBase |
| #define TABLE_WRONG_COL "Error: Table does not contain col. def: \"" |
| #define TABLE_WRONG_DTT "Error: Wrong data type for col. def.: \"" |